home *** CD-ROM | disk | FTP | other *** search
/ The Ring Press Kit / The Ring Press Kit.iso / mac / The Ring.dxr / scripts_1_movie.ls < prev    next >
Encoding:
Text File  |  2002-09-24  |  878 b   |  25 lines

  1. global photoDL, bioDL, logoDL, layoutDL, ProNoteDL, thumbList, bioList, logoList, layoutList, ProNoteList, currNum, totalPhoto, defaultFolder, selectall
  2.  
  3. on prepareMovie
  4.   set the floatPrecision to 1
  5.   selectall = 0
  6.   photoDL = []
  7.   bioDL = []
  8.   logoDL = []
  9.   layoutDL = []
  10.   ProNoteDL = []
  11.   thumbList = ["CN-91-23", "CN-90-33A", "CN-134-21", "CN-130-14A", "CN-30-29", "CN-18-1", "SET-1-5A", "CN-60-3", "CN-59-33", "CN-47-3A", "CN-78-2", "CN-38-23", "CN-42-13", "08", "CN-100-7A", "CN-85-26A", "CN-88-12A", "CN-22-1", "CN-41-3R", "CN-62-9"]
  12.   bioList = []
  13.   logoList = []
  14.   layoutList = ["Key Art1", "Key Art2"]
  15.   ProNoteList = []
  16.   defaultFolder = "The Ring"
  17.   currNum = [1]
  18.   totalPhoto = thumbList.count
  19.   setDelim()
  20.   register(xtra("ProgressCopy"), "6z3mxa5d5t6g")
  21.   if (the environment).platform contains "windows" then
  22.     baregister("SuperColor", 10090044)
  23.   end if
  24. end
  25.